Objects Types and Constants Properties Methods Object Hierarchy Index

Enumerate Method

Description:

Returns the ids, names and types of the collection. Some remarks.

Syntax:

C++:
#include "imsigx.h"
HRESULT hr = pObject->Enumerate(IDs, Names, Types);

Visual Basic:
object.Enumerate(IDs, Names, Types)

Parts:

IDs

VARIANT*

[out]

An array of longs.

Names

VARIANT*

[out]

An array of strings.

Types

VARIANT*

[out]

An array of longs.

Defined in:

Properties


Objects Types and Constants Properties Methods Object Hierarchy Index

SDK Top API Reference TurboCAD Home Page TurboCAD Programming Forums